home *** CD-ROM | disk | FTP | other *** search
- Path: newsroom.hitc.com!usenet
- From: psand@eos.hitc.com (G. Patrick Sand)
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] Is there a Model-View-Controller C++ implementation ?
- Date: 1 Feb 1996 16:10:24 GMT
- Organization: Hughes Aircraft (EOSDIS)
- Message-ID: <4eqolg$d1p@newsroom.hitc.com>
- References: <4eigis$aq9@s3.iway.fr> <4el9pl$b20@usenet.srv.cis.pitt.edu>
- NNTP-Posting-Host: 155.157.118.56
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.99.3
-
- In article <4el9pl$b20@usenet.srv.cis.pitt.edu>, hnkst2+@pitt.edu says...
- >
- >Patrick Lefebvre <plefebvr@pratique.fr> wrote:
- >>Hello,
- >>
- >>I am a student working in C++ with MS-Windows.
- >>
- >>I seek for an implementation of the MVC (Model-View-Controller),
- >>of for references to any existing one.
- >>
- >>-> it would be better if it was free;
- >>-> it would be better if it was for MS-Windows;
- >>
-
- Actually, VC++ (4.0 and I guess 1.5x and 2.0) use the
- Model-View-Controller pattern for the Microsoft Foundation Class; they
- call the Model part a Document class, and the View part a View
- class...I'm reading a book on using VC++ 4.0 and they start out with this
- discussion...I don't have the ISBN, title, or authors handy (the book is
- at home) but if anybody wants it posted, send me an e-mail and I'll post
- it to the newsgroup...
-
- It kinda surprized me, I might add, that Microsoft could be that clever
- what with all the nonsense they did with the C Windows API and the C++
- Windows classes...
-
- [FLAME NOTICE: the last paragraph is my personal opinion; and I am using
- VC++ for my personal use. Kindly avoid wasting newsgroup bandwidth
- discussing my ancestors and progeny based on my opinion of Microsoft...]
-
- --
- G. Patrick Sand
- psand@eos.hitc.com
- PatSand@aol.com
- (301) 925-0791
- "Travel Light But Right..."
- Microsoft Network is prohibited from redistributing
- this work in any form, in whole or in part. License
- to distribute this individual post is available to Microsoft
- for $999. Posting without permission constitutes an
- agreement to these terms...gps
-
-